home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / du_lib / help / install.txt < prev    next >
Encoding:
Text File  |  1995-02-02  |  304 b   |  14 lines

  1. INSTALLING DULIB. 
  2. ==================
  3.  
  4. 1) Copy LIB/DULIB.LIB to your Lattice C libraries directory. 
  5. 2) Copy LIB/DULIB.H to you Lattice C includes directory.
  6.  
  7. Thats it.
  8.  
  9. To use DULIB in your own programs,
  10.  
  11.    #include <DULIB.H> 
  12.  
  13. and don't forget to add DULIB.LIB to your project file.
  14.